home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / mac / Business / Y2K Assistant / action.Dxr / 00080.ls < prev    next >
Encoding:
Text File  |  1999-03-02  |  211 b   |  15 lines

  1. on beenpushed
  2.   if the key = "i" then
  3.     go("index")
  4.   end if
  5.   if the key = "t" then
  6.     go("topics")
  7.   end if
  8.   if the key = "q" then
  9.     go("end")
  10.   end if
  11.   if the key = "x" then
  12.     go("end")
  13.   end if
  14. end
  15.